func runtime.atomicstorep
10 uses
runtime (current package)
atomic_pointer.go#L42: func atomicstorep(ptr unsafe.Pointer, new unsafe.Pointer) {
atomic_pointer.go#L58: atomicstorep(unsafe.Pointer(ptr), new)
cgocall.go#L412: atomicstorep(unsafe.Pointer(&p.array), unsafe.Pointer(&s[0]))
iface.go#L159: atomicstorep(unsafe.Pointer(&itabTable), unsafe.Pointer(t2))
mgc.go#L2167: atomicstorep(p, nil)
pinner.go#L309: atomicstorep(unsafe.Pointer(&s.pinnerBits), unsafe.Pointer(p))
proc.go#L696: atomicstorep(unsafe.Pointer(&allgptr), unsafe.Pointer(&allgs[0]))
proc.go#L1029: atomicstorep(unsafe.Pointer(&allm), unsafe.Pointer(mp))
proc.go#L6079: atomicstorep(unsafe.Pointer(&allp[i]), unsafe.Pointer(pp))
symtab.go#L577: atomicstorep(unsafe.Pointer(&modulesSlice), unsafe.Pointer(modules))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |